home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / tt_malloc.z / tt_malloc
Encoding:
Text File  |  2002-10-03  |  2.0 KB  |  66 lines

  1.  
  2.  
  3.  
  4. tttttttt____mmmmaaaalllllllloooocccc((((3333))))                                                      tttttttt____mmmmaaaalllllllloooocccc((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tt_malloc - allocate storage on the ToolTalk API allocation stack
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<TTTTtttt////tttttttt____cccc....hhhh>>>>
  13.      ccccaaaaddddddddrrrr____tttt tttttttt____mmmmaaaalllllllloooocccc((((ssssiiiizzzzeeee____tttt _s))));;;;
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      The tttttttt____mmmmaaaalllllllloooocccc() function allocates storage on the ToolTalk API allocation
  17.      stack.
  18.  
  19.      The _s argument is the amount of storage to be allocated in bytes.
  20.  
  21. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  22.      Upon successful completion, the tttttttt____mmmmaaaalllllllloooocccc() function returns the address
  23.      of the storage in the ToolTalk API allocation stack that is to be
  24.      allocated.  If NNNNUUUULLLLLLLL is returned, no storage is available.
  25.  
  26. AAAAPPPPPPPPLLLLIIIICCCCAAAATTTTIIIIOOOONNNN UUUUSSSSAAAAGGGGEEEE
  27.      This function allows the application-provided callback routines to take
  28.      advantage of the allocation stack; for example, a query filter function
  29.      can allocate storage to accumulate a result.
  30.  
  31. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  32.      TTTTtttttttttttt____cccc(5), tttttttt____ffffrrrreeeeeeee(3).
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                                                         PPPPaaaaggggeeee 1111
  62.  
  63.  
  64.  
  65.